home *** CD-ROM | disk | FTP | other *** search
- #ifdef MSDOS
- # define ASY_MAX 6 /* Six asynch ports allowed on the PC */
- # define COMBIOS 1 /* COMBIOS-type of ASY interface */
- #endif
-
- #ifdef ATARI_ST
- # define ASY_MAX 5 /* Five asynch ports allowed on the TT (2 on ST) */
- #endif
-
- #ifdef UNIX
- # define ASY_MAX 16 /* Have to set some limit... */
- #endif
-
- extern unsigned nasy;
-
- #define SLIP_MODE 0
- #define AX25_MODE 1
- #define NRS_MODE 2
-